value

abstract fun value(): String

Returns a string that represents the value associated with the form control.

Throws

when this instance is closed


abstract fun value(value: String)

Associates the given value with the control.

Parameters

value

the value to set

Throws

when this instance is closed